ESRI.ArcGIS.Mobile.Client
AddFeatures Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > Generic FeatureCollection Class : AddFeatures Method

features
Features to add
Add multiple Features to the list. This function doesn't allow a feature to be added to the list twice. This function also suspends sorting and filtering as the features are being added.

Syntax

Visual Basic (Declaration) 
Public Sub AddFeatures( _
   ByVal features As IEnumerable(Of T) _
) 
C# 
public void AddFeatures( 
   IEnumerable<T> features
)

Parameters

features
Features to add

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also